Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some Changes #84

Merged
merged 7 commits into from
Oct 29, 2024
Merged

Some Changes #84

merged 7 commits into from
Oct 29, 2024

Conversation

rishinhk004
Copy link
Collaborator

No description provided.

Copy link

github-actions bot commented Oct 29, 2024

Cloudflare Pages Build Logs

Key Value
Branch New
Commit c34b173
Build Time 2024-10-29 15:08:32 UTC
Status success
Click to expand build logs
Fetching deployment logs for deployment: 0c55bc99-9f38-4291-b5f6-5debcd85ab91
Deployment Log Summary:
========================
Total log entries: 303


[STEP] Cloning repository...
From https://github.com/gdsc-nits-org/tecnoesis-2024
* branch            c34b173d0ad527e3cd51d7513278ea58cadbb7e2 -> FETCH_HEAD

HEAD is now at c34b173 module heads add


Using v2 root directory strategy
[SUCCESS] Success: Finished cloning repository files

Checking for configuration in a wrangler.toml configuration file (BETA)

No wrangler.toml file found. Continuing.
Restoring from dependencies cache
Restoring from build output cache
Success: Build output restored from build cache.
Success: Dependencies restored from build cache.

[INFO] Detected the following tools from environment: [email protected], [email protected]
Preparing [email protected] for immediate activation...

[STEP] Installing project dependencies: pnpm install
Lockfile is up to date, resolution step is skipped
Progress: resolved 1, reused 0, downloaded 0, added 0
Packages: +603
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Progress: resolved 603, reused 459, downloaded 0, added 0
Progress: resolved 603, reused 603, downloaded 0, added 380
Progress: resolved 603, reused 603, downloaded 0, added 600
Progress: resolved 603, reused 603, downloaded 0, added 603, done

dependencies:
+ @next/third-parties 15.0.1
+ @radix-ui/react-slot 1.1.0
+ @react-three/drei 9.115.0
+ @react-three/fiber 8.17.10
+ @react-three/postprocessing 2.16.3
+ @studio-freight/react-lenis 0.0.47
+ @t3-oss/env-nextjs 0.10.1
+ @tanstack/react-query 4.36.1
+ @types/three 0.167.2
+ axios 1.7.7
+ class-variance-authority 0.7.0
+ clsx 2.1.1
+ cmdk 1.0.0
+ firebase 10.14.1
+ geist 1.3.1
+ gsap 3.12.5
+ lucide-react 0.436.0
+ next 14.2.16
+ react 18.3.1
+ react-cmdk 1.3.9
+ react-dom 18.3.1
+ react-fast-marquee 1.6.5
+ react-firebase-hooks 5.1.1
+ react-icons 5.3.0
+ react-social-icons 6.18.0
+ sonner 1.5.0
+ swiper 11.1.14
+ tailwind-merge 2.5.4
+ tailwindcss-animate 1.0.7
+ three 0.168.0
+ three-stdlib 2.33.0
+ usehooks-ts 3.1.0
+ zod 3.23.8

devDependencies:
+ @tanstack/eslint-plugin-query 5.59.7
+ @types/eslint 8.56.12
+ @types/node 20.17.2
+ @types/react 18.3.12
+ @types/react-dom 18.3.1
+ @typescript-eslint/eslint-plugin 8.12.1
+ @typescript-eslint/parser 8.12.1
+ eslint 8.57.1
+ eslint-config-next 14.2.16
+ postcss 8.4.47
+ prettier 3.3.3
+ prettier-plugin-tailwindcss 0.6.8
+ tailwind-scrollbar 3.1.0
+ tailwindcss 3.4.14
+ typescript 5.6.3

Done in 3.9s
Executing user command: npx @cloudflare/next-on-pages@1
⚡️ @cloudflare/next-on-pages CLI v.1.13.5
⚡️ Detected Package Manager: npm (9.6.7)
⚡️ Preparing project...

⚡️ The project is set up for pnpm but it is currently being run via npm this might lead to build errors, please be sure to use the same package manager your project uses when running @cloudflare/next-on-pages

⚡️ Project is ready
⚡️ Building project...
▲  Vercel CLI 37.12.1
▲  Detected `pnpm-lock.yaml` version 9 generated by [email protected]
▲  Installing dependencies...
▲  Lockfile is up to date, resolution step is skipped
▲  Already up to date
▲
▲  Done in 1.6s
▲  Detected Next.js version: 14.2.16
▲  Running "pnpm run build"
▲  > [email protected] build /opt/buildhome/repo
▲  > next build
▲  ▲ Next.js 14.2.16
▲
▲  Creating an optimized production build ...
▲
▲  �[1m�[33mwarn�[39m�[22m - The class `duration-[50ms]` is ambiguous and matches multiple utilities.
▲  �[1m�[33mwarn�[39m�[22m - If this is content and not a class, replace it with `duration-[50ms]` to silence this warning.
▲  ✓ Compiled successfully
▲  Linting and checking validity of types ...
▲  ./src/app/(main)/home/page.tsx
▲  3:8  Warning: 'SponsorHome' is defined but never used.  @typescript-eslint/no-unused-vars
▲
▲  ./src/app/(main)/layout.tsx
▲  4:8  Warning: 'SmoothScroll' is defined but never used.  @typescript-eslint/no-unused-vars
▲
▲  ./src/app/(main)/loading.tsx
▲  11:9  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  ./src/app/(main)/teamRegistration/[id]/page.tsx
▲  151:10  Warning: 'formErrors' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲
▲  ./src/app/(main)/userSignUp/page.tsx
▲  9:1  Warning: All imports in the declaration are only used as types. Use `import type`.  @typescript-eslint/consistent-type-imports
▲  69:10  Warning: 'error' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲  70:10  Warning: 'formErrors' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲
▲  ./src/app/layout.tsx
▲  7:8  Warning: 'Head' is defined but never used.  @typescript-eslint/no-unused-vars
▲
▲  ./src/components/AboutPage.tsx
▲  199:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  206:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  213:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  219:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  225:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  231:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  237:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  304:15  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  311:15  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  318:15  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  ./src/components/Dashboard/EventsInfo.tsx
▲  10:11  Warning: 'CompletedProps' is defined but never used.  @typescript-eslint/no-unused-vars
▲  157:6  Warning: React Hook useEffect has a missing dependency: 'token'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps
▲  222:6  Warning: React Hook useEffect has a missing dependency: 'token'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps
▲
▲  ./src/components/GoogleAuth.tsx
▲  10:17  Warning: 'AxiosError' is defined but never used.  @typescript-eslint/no-unused-vars
▲  21:27  Warning: '_error' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲  159:3  Warning: 'displayName' is defined but never used. Allowed unused args must match /^_/u.  @typescript-eslint/no-unused-vars
▲
▲  ./src/components/Landing.tsx
▲  122:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  ./src/components/LandingNav.tsx
▲  44:3  Warning: React Hook useEffect contains a call to 'setRam'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [] as a second argument to the useEffect Hook.  react-hooks/exhaustive-deps
▲
▲  ./src/components/Loader.tsx
▲  11:9  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  ./src/components/Navbar/DeskNav.tsx
▲  20:9  Warning: 'router' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲  21:19  Warning: 'setSection' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲  185:6  Warning: React Hook useEffect has a missing dependency: 'section'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps
▲
▲  ./src/components/Scene.tsx
▲  17:3  Warning: 'Noise' is defined but never used.  @typescript-eslint/no-unused-vars
▲  22:1  Warning: All imports in the declaration are only used as types. Use `import type`.  @typescript-eslint/consistent-type-imports
▲
▲  info  - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
▲  Collecting page data ...
▲  ⚠ Using edge runtime on a page currently disables static generation for that page
▲  Generating static pages (0/6) ...
▲  Generating static pages (1/6)
▲  Generating static pages (2/6)
▲  Generating static pages (4/6)
▲  ✓ Generating static pages (6/6)
▲  Finalizing page optimization ...
▲  Collecting build traces ...
▲
▲  Route (app)                              Size     First Load JS
▲  ┌ ƒ /                                    2.78 kB         131 kB
▲  ├ ƒ /_not-found                          139 B          87.4 kB
▲  ├ ƒ /allEvents/[id]                      1.4 kB          136 kB
▲  ├ ○ /credits                             292 B          94.3 kB
▲  ├ ƒ /dashboard                           4.45 kB         175 kB
▲  ├ ƒ /event/[id]                          1.92 kB         137 kB
▲  ├ ○ /gallery                             1.84 kB         139 kB
▲  ├ ○ /home                                5.91 kB         137 kB
▲  ├ ○ /modules                             1.47 kB         167 kB
▲  ├ ƒ /spark                               32.6 kB         133 kB
▲  ├ ƒ /team                                10.8 kB         114 kB
▲  ├ ƒ /teamRegistration/[id]               16.5 kB         187 kB
▲  └ ƒ /userSignUp                          2.83 kB         174 kB
▲  + First Load JS shared by all            87.2 kB
▲  ├ chunks/623-ad7e7cace638f7d8.js       31.6 kB
▲  ├ chunks/8bc8d761-9833bd5ee964deab.js  53.7 kB
▲  └ other shared chunks (total)          1.98 kB
▲
▲
▲  ○  (Static)   prerendered as static content
▲  ƒ  (Dynamic)  server-rendered on demand
▲  Traced Next.js server files in: 321.944ms
▲  Created all serverless functions in: 89.988ms
▲  Collected static files (public/, static/, .next/static): 20.346ms
▲  Build Completed in .vercel/output [37s]
⚡️ Completed `npx vercel build`.

⚡️ Build Summary (@cloudflare/next-on-pages v1.13.5)
⚡️
⚡️ Edge Function Routes (9)
⚡️   ┌ /
⚡️   ├ /_not-found
⚡️   ├ /allEvents/[id]
⚡️   ├ /dashboard
⚡️   ├ /event/[id]
⚡️   ├ /spark
⚡️   ├ /team
⚡️   ├ /teamRegistration/[id]
⚡️   └ /userSignUp
⚡️
⚡️ Prerendered Routes (8)
⚡️   ┌ /credits
⚡️   ├ /credits.rsc
⚡️   ├ /gallery
⚡️   ├ /gallery.rsc
⚡️   ├ /home
⚡️   ├ /home.rsc
⚡️   ├ /modules
⚡️   └ /modules.rsc
⚡️
⚡️ Other Static Assets (194)
⚡️   ┌ /_app.rsc.json
⚡️   ├ /_document.rsc.json
⚡️   ├ /_error.rsc.json
⚡️   ├ /500.html
⚡️   └ ... 190 more

⚡️ Build log saved to '.vercel/output/static/_worker.js/nop-build-log.json'
⚡️ Generated '.vercel/output/static/_worker.js/index.js'.
⚡️ Build completed in 3.41s
Finished
Found _worker.js in output directory. Uploading.
⛅️ wrangler 3.76.0
-------------------
Attaching additional modules:
┌─────────────────────────────────────────────────────────────────────┬──────┬─────────────┐
│ Name                                                                │ Type │ Size        │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/cache/adaptor.js                             │ esm  │ 2.29 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/cache/cache-api.js                           │ esm  │ 0.43 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/cache/kv.js                                  │ esm  │ 0.35 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/_not-found.func.js                 │ esm  │ 33.74 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/allEvents/[id].func.js             │ esm  │ 38.61 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/dashboard.func.js                  │ esm  │ 46.80 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/event/[id].func.js                 │ esm  │ 38.41 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/index.func.js                      │ esm  │ 40.43 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/spark.func.js                      │ esm  │ 142.41 KiB  │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/team.func.js                       │ esm  │ 90.26 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/teamRegistration/[id].func.js      │ esm  │ 80.37 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/userSignUp.func.js                 │ esm  │ 42.52 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/manifest/88a389dd6c068190adb2efc795e4063c.js │ esm  │ 0.53 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/webpack/37535e2ca8f12d9a638b8cb020f55b9d.js  │ esm  │ 551.97 KiB  │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/webpack/5317.js                              │ esm  │ 1.08 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/webpack/902.js                               │ esm  │ 0.08 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/webpack/b4f3ec5811e6034a76f726c64608c753.js  │ esm  │ 222.37 KiB  │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/webpack/d2f636ee12cd80d0b534d96a456311fe.js  │ esm  │ 72.51 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ Total (18 modules)                                                  │      │ 1405.17 KiB │
└─────────────────────────────────────────────────────────────────────┴──────┴─────────────┘
✨ Compiled Worker successfully
Found _routes.json in output directory. Uploading.
Validating asset output directory
Deploying your site to Cloudflare's global network...
Parsed 1 valid header rule.
Uploading... (186/203)
Uploading... (192/203)
Uploading... (198/203)
Uploading... (203/203)
✨ Success! Uploaded 17 files (186 already uploaded) (1.18 sec)

✨ Upload complete!
Uploading to build output cache
Success: Build output uploaded to build cache.
Success: Assets published!
Success: Your site was deployed!

Copy link

cloudflare-workers-and-pages bot commented Oct 29, 2024

Deploying tecnoesis-2024 with  Cloudflare Pages  Cloudflare Pages

Latest commit: c34b173
Status: ✅  Deploy successful!
Preview URL: https://0c55bc99.tecnoesis-2024.pages.dev
Branch Preview URL: https://new.tecnoesis-2024.pages.dev

View logs

Copy link

Cloudflare Pages Build Logs

Key Value
Branch New
Commit 025a33e
Build Time 2024-10-29 12:05:47 UTC
Status success
Click to expand build logs
Fetching deployment logs for deployment: ab28ae7d-a718-4da8-8a44-f24f314fdb09
Deployment Log Summary:
========================
Total log entries: 339


[STEP] Cloning repository...
From https://github.com/gdsc-nits-org/tecnoesis-2024
* branch            025a33ee587ddd80ada5b9441bdb4291558b6c0e -> FETCH_HEAD

HEAD is now at 025a33e ui fix


Using v2 root directory strategy
[SUCCESS] Success: Finished cloning repository files

Checking for configuration in a wrangler.toml configuration file (BETA)

No wrangler.toml file found. Continuing.
Restoring from dependencies cache
Restoring from build output cache

[INFO] Detected the following tools from environment: [email protected], [email protected]
Preparing [email protected] for immediate activation...

[STEP] Installing project dependencies: pnpm install
Lockfile is up to date, resolution step is skipped
Progress: resolved 1, reused 0, downloaded 0, added 0
Packages: +603
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Progress: resolved 603, reused 0, downloaded 35, added 31
Progress: resolved 603, reused 0, downloaded 93, added 90
Progress: resolved 603, reused 0, downloaded 135, added 128
Progress: resolved 603, reused 0, downloaded 211, added 204
Progress: resolved 603, reused 0, downloaded 239, added 231
Progress: resolved 603, reused 0, downloaded 300, added 292
Progress: resolved 603, reused 0, downloaded 415, added 409
Progress: resolved 603, reused 0, downloaded 555, added 541
Progress: resolved 603, reused 0, downloaded 603, added 603, done
.../node_modules/protobufjs postinstall$ node scripts/postinstall
.../node_modules/protobufjs postinstall: Done

dependencies:
+ @next/third-parties 15.0.1
+ @radix-ui/react-slot 1.1.0
+ @react-three/drei 9.115.0
+ @react-three/fiber 8.17.10
+ @react-three/postprocessing 2.16.3
+ @studio-freight/react-lenis 0.0.47
+ @t3-oss/env-nextjs 0.10.1
+ @tanstack/react-query 4.36.1
+ @types/three 0.167.2
+ axios 1.7.7
+ class-variance-authority 0.7.0
+ clsx 2.1.1
+ cmdk 1.0.0
+ firebase 10.14.1
+ geist 1.3.1
+ gsap 3.12.5
+ lucide-react 0.436.0
+ next 14.2.16
+ react 18.3.1
+ react-cmdk 1.3.9
+ react-dom 18.3.1
+ react-fast-marquee 1.6.5
+ react-firebase-hooks 5.1.1
+ react-icons 5.3.0
+ react-social-icons 6.18.0
+ sonner 1.5.0
+ swiper 11.1.14
+ tailwind-merge 2.5.4
+ tailwindcss-animate 1.0.7
+ three 0.168.0
+ three-stdlib 2.33.0
+ usehooks-ts 3.1.0
+ zod 3.23.8

devDependencies:
+ @tanstack/eslint-plugin-query 5.59.7
+ @types/eslint 8.56.12
+ @types/node 20.17.2
+ @types/react 18.3.12
+ @types/react-dom 18.3.1
+ @typescript-eslint/eslint-plugin 8.12.1
+ @typescript-eslint/parser 8.12.1
+ eslint 8.57.1
+ eslint-config-next 14.2.16
+ postcss 8.4.47
+ prettier 3.3.3
+ prettier-plugin-tailwindcss 0.6.8
+ tailwind-scrollbar 3.1.0
+ tailwindcss 3.4.14
+ typescript 5.6.3

Done in 9.8s
Executing user command: npx @cloudflare/next-on-pages@1
npm WARN exec The following package was not found and will be installed: @cloudflare/[email protected]
npm WARN deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.
npm WARN deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead
npm WARN deprecated [email protected]: This package is no longer supported.
npm WARN deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm WARN deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm WARN deprecated [email protected]: This package is no longer supported.
npm WARN deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm WARN deprecated [email protected]: This package is no longer supported.
npm WARN deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated [email protected]: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
⚡️ @cloudflare/next-on-pages CLI v.1.13.5
⚡️ Detected Package Manager: npm (9.6.7)
⚡️ Preparing project...

⚡️ The project is set up for pnpm but it is currently being run via npm this might lead to build errors, please be sure to use the same package manager your project uses when running @cloudflare/next-on-pages

⚡️ Project is ready
⚡️ Building project...
▲  npm
▲  WARN exec The following package was not found and will be installed: [email protected]
▲  npm
▲  WARN deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
▲  npm WARN
▲  deprecated [email protected]: This package is no longer supported.
▲  npm
▲  WARN deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
▲  npm WARN
▲  deprecated [email protected]: This package is no longer supported.
▲  npm WARN deprecated
▲  [email protected]: Glob versions prior to v9 are no longer supported
▲  npm WARN deprecated [email protected]: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
▲  npm WARN deprecated [email protected]: This package is no longer supported.
▲  npm WARN
▲  deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
▲  Vercel CLI 37.12.1
▲  Detected `pnpm-lock.yaml` version 9 generated by [email protected]
▲  Installing dependencies...
▲  Lockfile is up to date, resolution step is skipped
▲  Already up to date
▲
▲  Done in 1s
▲  Detected Next.js version: 14.2.16
▲  Running "pnpm run build"
▲  > [email protected] build /opt/buildhome/repo
▲  > next build
▲  Attention: Next.js now collects completely anonymous telemetry regarding usage.
▲  This information is used to shape Next.js' roadmap and prioritize features.
▲  You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
▲  https://nextjs.org/telemetry
▲  ▲ Next.js 14.2.16
▲
▲  Creating an optimized production build ...
▲
▲  �[1m�[33mwarn�[39m�[22m - The class `duration-[50ms]` is ambiguous and matches multiple utilities.
▲  �[1m�[33mwarn�[39m�[22m - If this is content and not a class, replace it with `duration-&lsqb;50ms&rsqb;` to silence this warning.
▲  ✓ Compiled successfully
▲  Linting and checking validity of types ...
▲  ./src/app/(main)/home/page.tsx
▲  3:8  Warning: 'SponsorHome' is defined but never used.  @typescript-eslint/no-unused-vars
▲
▲  ./src/app/(main)/layout.tsx
▲  4:8  Warning: 'SmoothScroll' is defined but never used.  @typescript-eslint/no-unused-vars
▲
▲  ./src/app/(main)/loading.tsx
▲  11:9  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  ./src/app/(main)/teamRegistration/[id]/page.tsx
▲  151:10  Warning: 'formErrors' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲
▲  ./src/app/(main)/userSignUp/page.tsx
▲  9:1  Warning: All imports in the declaration are only used as types. Use `import type`.  @typescript-eslint/consistent-type-imports
▲  69:10  Warning: 'error' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲  70:10  Warning: 'formErrors' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲
▲  ./src/app/layout.tsx
▲  7:8  Warning: 'Head' is defined but never used.  @typescript-eslint/no-unused-vars
▲
▲  ./src/components/AboutPage.tsx
▲  199:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  206:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  213:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  219:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  225:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  231:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  237:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  305:15  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  312:15  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  319:15  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  ./src/components/Dashboard/EventsInfo.tsx
▲  10:11  Warning: 'CompletedProps' is defined but never used.  @typescript-eslint/no-unused-vars
▲  157:6  Warning: React Hook useEffect has a missing dependency: 'token'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps
▲  222:6  Warning: React Hook useEffect has a missing dependency: 'token'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps
▲
▲  ./src/components/GoogleAuth.tsx
▲  10:17  Warning: 'AxiosError' is defined but never used.  @typescript-eslint/no-unused-vars
▲  21:27  Warning: '_error' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲  159:3  Warning: 'displayName' is defined but never used. Allowed unused args must match /^_/u.  @typescript-eslint/no-unused-vars
▲
▲  ./src/components/Landing.tsx
▲  122:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  ./src/components/LandingNav.tsx
▲  44:3  Warning: React Hook useEffect contains a call to 'setRam'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [] as a second argument to the useEffect Hook.  react-hooks/exhaustive-deps
▲
▲  ./src/components/Loader.tsx
▲  11:9  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  ./src/components/Navbar/DeskNav.tsx
▲  20:9  Warning: 'router' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲  21:19  Warning: 'setSection' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲  185:6  Warning: React Hook useEffect has a missing dependency: 'section'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps
▲
▲  ./src/components/Scene.tsx
▲  17:3  Warning: 'Noise' is defined but never used.  @typescript-eslint/no-unused-vars
▲  22:1  Warning: All imports in the declaration are only used as types. Use `import type`.  @typescript-eslint/consistent-type-imports
▲
▲  info  - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
▲  Collecting page data ...
▲  ⚠ Using edge runtime on a page currently disables static generation for that page
▲  Generating static pages (0/6) ...
▲  Generating static pages (1/6)
▲  Generating static pages (2/6)
▲  Generating static pages (4/6)
▲  ✓ Generating static pages (6/6)
▲  Finalizing page optimization ...
▲  Collecting build traces ...
▲
▲  Route (app)                              Size     First Load JS
▲  ┌ ƒ /                                    2.78 kB         131 kB
▲  ├ ƒ /_not-found                          139 B          87.4 kB
▲  ├ ƒ /allEvents/[id]                      1.4 kB          136 kB
▲  ├ ○ /credits                             292 B          94.3 kB
▲  ├ ƒ /dashboard                           4.45 kB         175 kB
▲  ├ ƒ /event/[id]                          1.92 kB         137 kB
▲  ├ ○ /gallery                             1.84 kB         139 kB
▲  ├ ○ /home                                5.94 kB         137 kB
▲  ├ ○ /modules                             1.47 kB         167 kB
▲  ├ ƒ /spark                               32.6 kB         133 kB
▲  ├ ƒ /team                                9.34 kB         113 kB
▲  ├ ƒ /teamRegistration/[id]               16.5 kB         187 kB
▲  └ ƒ /userSignUp                          2.83 kB         174 kB
▲  + First Load JS shared by all            87.2 kB
▲  ├ chunks/623-ad7e7cace638f7d8.js       31.6 kB
▲  ├ chunks/8bc8d761-9833bd5ee964deab.js  53.7 kB
▲  └ other shared chunks (total)          1.98 kB
▲  ○  (Static)   prerendered as static content
▲  ƒ  (Dynamic)  server-rendered on demand
▲  Traced Next.js server files in: 242.51ms
▲  Created all serverless functions in: 62.111ms
▲  Collected static files (public/, static/, .next/static): 19.162ms
▲  Build Completed in .vercel/output [52s]
⚡️ Completed `npx vercel build`.

⚡️ Build Summary (@cloudflare/next-on-pages v1.13.5)
⚡️
⚡️ Edge Function Routes (9)
⚡️   ┌ /
⚡️   ├ /_not-found
⚡️   ├ /allEvents/[id]
⚡️   ├ /dashboard
⚡️   ├ /event/[id]
⚡️   ├ /spark
⚡️   ├ /team
⚡️   ├ /teamRegistration/[id]
⚡️   └ /userSignUp
⚡️
⚡️ Prerendered Routes (8)
⚡️   ┌ /credits
⚡️   ├ /credits.rsc
⚡️   ├ /gallery
⚡️   ├ /gallery.rsc
⚡️   ├ /home
⚡️   ├ /home.rsc
⚡️   ├ /modules
⚡️   └ /modules.rsc
⚡️
⚡️ Other Static Assets (193)
⚡️   ┌ /_app.rsc.json
⚡️   ├ /_document.rsc.json
⚡️   ├ /_error.rsc.json
⚡️   ├ /500.html
⚡️   └ ... 189 more

⚡️ Build log saved to '.vercel/output/static/_worker.js/nop-build-log.json'
⚡️ Generated '.vercel/output/static/_worker.js/index.js'.
⚡️ Build completed in 3.25s
Finished
Found _worker.js in output directory. Uploading.
⛅️ wrangler 3.76.0
-------------------
Attaching additional modules:
┌─────────────────────────────────────────────────────────────────────┬──────┬─────────────┐
│ Name                                                                │ Type │ Size        │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/cache/adaptor.js                             │ esm  │ 2.29 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/cache/cache-api.js                           │ esm  │ 0.43 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/cache/kv.js                                  │ esm  │ 0.35 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/_not-found.func.js                 │ esm  │ 33.74 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/allEvents/[id].func.js             │ esm  │ 38.61 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/dashboard.func.js                  │ esm  │ 46.80 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/event/[id].func.js                 │ esm  │ 38.41 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/index.func.js                      │ esm  │ 40.43 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/spark.func.js                      │ esm  │ 142.29 KiB  │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/team.func.js                       │ esm  │ 82.64 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/teamRegistration/[id].func.js      │ esm  │ 80.37 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/userSignUp.func.js                 │ esm  │ 42.52 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/manifest/88a389dd6c068190adb2efc795e4063c.js │ esm  │ 0.53 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/webpack/37535e2ca8f12d9a638b8cb020f55b9d.js  │ esm  │ 551.97 KiB  │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/webpack/5317.js                              │ esm  │ 1.08 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/webpack/902.js                               │ esm  │ 0.08 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/webpack/b4f3ec5811e6034a76f726c64608c753.js  │ esm  │ 222.37 KiB  │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/webpack/d2f636ee12cd80d0b534d96a456311fe.js  │ esm  │ 72.51 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ Total (18 modules)                                                  │      │ 1397.43 KiB │
└─────────────────────────────────────────────────────────────────────┴──────┴─────────────┘
✨ Compiled Worker successfully
Found _routes.json in output directory. Uploading.
Validating asset output directory
Deploying your site to Cloudflare's global network...
Parsed 1 valid header rule.
Uploading... (182/202)
Uploading... (188/202)
Uploading... (195/202)
Uploading... (202/202)
✨ Success! Uploaded 20 files (182 already uploaded) (1.80 sec)

✨ Upload complete!
Uploading to dependency cache
Uploading to build output cache
Success: Build output uploaded to build cache.
Success: Dependencies uploaded to build cache.
Success: Assets published!
Success: Your site was deployed!

@rishinhk004 rishinhk004 requested a review from JDeepD October 29, 2024 14:40
rishinhk004 and others added 2 commits October 29, 2024 20:15
@JDeepD JDeepD merged commit f5aeb14 into dev Oct 29, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants